home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m20.dir / 00056.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  232 b   |  11 lines

  1. on mouseDown
  2.   global gTextField
  3.   set the castNum of sprite 12 to cast "b052"
  4.   if pressButton(12) then
  5.     pupSprites(1, 48, 0)
  6.     set gTextField to "FoundationalTruth.txt"
  7.     showtext()
  8.     go("FoundationalTruth")
  9.   end if
  10. end
  11.